Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit
authorDebian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Mon, 28 Nov 2022 14:28:30 +0000 (14:28 +0000)
committerAndreas Tille <tille@debian.org>
Mon, 28 Nov 2022 14:28:30 +0000 (14:28 +0000)
commitd19470e32769213c0603450a184569fb091210bc
tree21d893b127ccf54acdd777241e513c261f0cd958
parent2cf0cd9fd2f9edb880cd8ba23e4008fa9a39dbd5
Fix BN_ext_get_uint64 for OpenSSL >= 1.1 32bit

Origin: upstream
Bug: https://github.com/google/s2geometry/pull/183
Forwarded: no
Reviewed-by: Étienne Mollier <emollier@debian.org>
Last-Update: 2021-10-04

Suggested changes fix compilation error with OpenSSL >= 1.0 for 32bit target.
The algorithm is similar to what is currently being done in BN_ext_set_uint64,
but in the opposite direction.
Last-Update: 2021-10-04
Gbp-Pq: Name fix-ftbfs-on-32bit.patch
src/s2/util/math/exactfloat/exactfloat.cc